{% extends "base.html" %} {% block title %}Doctor Details - Admin Panel{% endblock %} {% block content %}
Review doctor information and documents
No profile picture uploaded
{{ user.name }}
{{ user.email }}
{{ user.phone }}
{{ user.cnic }}
{{ user.date_of_birth.strftime('%B %d, %Y') if user.date_of_birth else 'Not provided' }}
{{ user.gender.title() if user.gender else 'Not provided' }}
{{ doctor.category.title() }}
{{ doctor.specialization }}
{{ doctor.experience }} years
{{ doctor.pmc_code }}
{{ doctor.city.title() }}
{{ doctor.created_at.strftime('%B %d, %Y at %I:%M %p') }}
{{ doctor.education }}
{{ doctor.bio }}
{{ doctor.location }}
Not provided
{% endif %}Not provided
{% endif %}Not provided
{% endif %}No degree documents provided
{% endif %}